Webmaster Hub: Virus détecté par Avast en allant sur mon propre site - Webmaster Hub

Aller au contenu

  • 2 Pages +
  • 1
  • 2
  • Vous ne pouvez pas commencer un sujet
  • Vous ne pouvez pas répondre à ce sujet

Virus détecté par Avast en allant sur mon propre site Noter : -----

#21 L'utilisateur est hors-ligne   Leonick 

  • Groupe : Hubmaster
  • Messages : 1 311
  • Inscrit(e) : 07-mars 05
  • Genre:Homme
  • Localisation:Val de Marne

Posté 05 mars 2008 - 22:49

je n'avais pas tout lu avant de répondre au MP.
1) la dernière version de phpbb a-t-elle été récupérée sur le site officiel ?
2) tous les scripts d'installation et/ou de màj ont-ils été supprimés après l'install ?
3) n'y a-t-il pas des protections à mettre sur certains répertoires ?
4) les passwords ne sont-ils pas trop évidents à trouver ?
0

#22 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 06 mars 2008 - 08:42

Merci pour tes interventions.

Concernant phpBB, j'ai fait tout ce qu'il faut faire, et que tu listes.
La seule chose que je puisse me reprocher, c'est d'avoir fait la mise à jour une semaine après sa sortie au lieu de la faire tout de suite.
Selon leur date, les fichiers php ajoutés à mon site ont été introduits la veille de cette mise à jour, et l'effet de l'attaque s'est révélé 3 jours après.

Ce message a été modifié par yack45 - 06 mars 2008 - 08:43.

0

#23 L'utilisateur est hors-ligne   Leonick 

  • Groupe : Hubmaster
  • Messages : 1 311
  • Inscrit(e) : 07-mars 05
  • Genre:Homme
  • Localisation:Val de Marne

Posté 06 mars 2008 - 08:56

et ça correspond bien au type d'attaque que la màj permettait d'éviter ?
Si oui, maintenant que tu sais d'où ça vient, purge complète du site sur le serveur et re upload des sources
0

#24 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 06 mars 2008 - 09:24

Il y a une liste de modif correspondantes à cette mise à jour (2.0.23):

[Fix] Correctly re-assign group moderator on user deletion (Bug #280)
[Fix] Deleting a forum with multiple polls included (Bug #6740)
[Fix] Fixed postgresql query for obtaining group moderator in groupcp.php (Bug #6550)
[Fix] Selected field on first entry by default for font size within posting_body.tpl (Bug #7124)
[Fix] Adjusted maxlength parameters in admin/styles_edit_body.tpl (Bug #81)
[Fix] Fixed html output in make_forum_select if no forums present (Bug #436)
[Fix] Fixed spelling error(s) in lang_admin.php (Bug #7172, #6978)
[Fix] Correctly display censored words in admin panel (Bug #12271)
[Fix] Do not allow soft hyphen \xAD in usernames (reported by Bander00)
[Fix] Fixed the group permission system's use of array access
[Fix] Simple group permissions now work properly
[Fix] Fix inability to export smilies (Bug #2265)
[Fix] Fixing some problems with PHP5 and register_long_arrays off
[Sec] Fix possible XSRF Vulnerability in private messaging and groups handling

La dernière correspond bien à un problème de vulnérabilité, mais on n'a pas plus de détails.
Donc je ne suis pas du tout certain que le problème soit venu de là. Je vais me renseigner dans leur forum.
0

#25 L'utilisateur est hors-ligne   suede 

  • Groupe : Hubmaster
  • Messages : 233
  • Inscrit(e) : 02-octobre 03
  • Localisation:domsjö

Posté 06 mars 2008 - 09:26

Voir le messageLeonick, le jeudi 6 mars 2008 à 08:56, dit :

et ça correspond bien au type d'attaque que la màj permettait d'éviter ?
Si oui, maintenant que tu sais d'où ça vient, purge complète du site sur le serveur et re upload des sources


La derniere version de phpbb est assez light. Il s'agit surtout de fix.
Il y a une correction de securité qui supprime la possibilité de supprimer tous les messages privés d'un membre en envoyant un message privé contenant un code si on clique sur un lien. J'ecarterais cette faille comme cause de ton probleme.
0

#26 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 06 mars 2008 - 14:12

On parle parfois de problèmes de sécurité sur les "include".

Si j'ai bien compris, ça pose un problème seulement quand cette commande passe par un GET ou un POST ?

Mes include sont de la forme:
include("fichier.inc.php");

Et voici un fichier inclus qui permet le changement de langue:

CODE
<?php
echo '<form method="post" action="'.$nom_fichier.'-en.php">';
echo '<input type="image" src="images/english.gif" alt="" />';
echo '<input type="hidden" name="lang" value="en" />';
echo '<form method="post" action="'.$nom_fichier.'.php">';
echo '<input type="image" src="images/francais.gif" alt="" />';
echo '<input type="hidden" name="lang" value="fr" />';
?>


Est ce que ça vous paraît correct?
0

#27 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 07 mars 2008 - 19:24

Bonjour,
D'après mes statistiques de fréquentation d'hier, j'ai été visité par un site qui s'appelle
reverse.completel.net :wacko:

Ce qui est bizzare, c'est qu'il a chargé plus de 200Mo de pages, justement au moment où il y avait le problème.

Quelqu'un sait ce que c'est?

Ce message a été modifié par yack45 - 07 mars 2008 - 19:25.

0

#28 L'utilisateur est hors-ligne   Meschac 

  • Groupe : Actif
  • Messages : 36
  • Inscrit(e) : 13-février 07

Posté 10 mars 2008 - 15:02

Voir le messageyack45, le vendredi 7 mars 2008 à 19:24, dit :

Bonjour,
D'après mes statistiques de fréquentation d'hier, j'ai été visité par un site qui s'appelle
reverse.completel.net :wacko:

Ce qui est bizzare, c'est qu'il a chargé plus de 200Mo de pages, justement au moment où il y avait le problème.

Quelqu'un sait ce que c'est?


Completel et un FAI pour professionnel :D
0

#29 L'utilisateur est hors-ligne   davylux 

  • Groupe : Membre
  • Messages : 1
  • Inscrit(e) : 18-mars 08

Posté 18 mars 2008 - 09:45

Bonjour à tous,
J'ai également le même problème sur mon site (en php),
c'est un site hébergé par siteperso.free.fr que j'ai écrit moi même (je suis ingénieur info/développeur)
Je n'utilise donc pas phpBB et je ne pense pas que ce problème vienne de ce framework...
J'utilise également des URLs du type http://monsite.free....p=mon_parametre,
Et au final je me retrouve avec un fichier check.js qui réaparait tous les jours et des ficheirs php avec des noms aléatoires dans pratiquement tous mes répertoires.
Et je trouve églalement du code rajouté dans mes fichiers script et css...

En lisant ce topic, j'ai effacer complètement mon site que j'ai remis à jour avec une version saine et j'ai changé le mot de passe FTP ainsi .htpassword me servant de protection de la partie admin de mon site...
Mais rien n'y fait, le lendemain tout était à nouveau vérolé!!!

Je ne sais plus quoi faire, j'ai remarqué que cela arrive à plusieurs personnes mais je n'ai pas encore trouvé d'explication...

A l'aide!

Merci

Davylux
0

#30 L'utilisateur est hors-ligne   Leonick 

  • Groupe : Hubmaster
  • Messages : 1 311
  • Inscrit(e) : 07-mars 05
  • Genre:Homme
  • Localisation:Val de Marne

Posté 18 mars 2008 - 09:59

Voir le messagedavylux, le mardi 18 mars 2008 à 09:45, dit :

J'utilise également des URLs du type http://monsite.free....p=mon_parametre,
Et au final je me retrouve avec un fichier check.js qui réaparait tous les jours et des ficheirs php avec des noms aléatoires dans pratiquement tous mes répertoires.
Et je trouve églalement du code rajouté dans mes fichiers script et css...
c'est tout simplement qu'il y a des failles dans tes scripts. Que tu dois permettre des include avec des fichier externes ou bien du téléchargement de fichiers (images ou autres), sans vérifier l'extension et le contenu.
Ou encore, que tes formulaires permettent d'afficher et d'exécuter du code, html, js, ...
0

#31 L'utilisateur est hors-ligne   ygalr22 

  • Groupe : Membre
  • Messages : 1
  • Inscrit(e) : 19-mars 08

Posté 19 mars 2008 - 20:13

Bonjour,

je suis mois aussi victime depuis quelques temps de cette attaque sur mon site.
Grace aux renseignements de ce forum j'ai peut être trouvé la (l'une des ?) faille sur mon site:
Je passait en paramètre dans l'url le nom de ma page à afficher. Mon script fesait un include du nom de ma pageconcaténé avec l'extention .php
J'ai donc créé un petit scrip affin de récuperer l'adresse ip de la personne essayant d'entrer un autre nom de page.
Je viens d'avoir dix tentatives d'attaques, voici ce que je récupère de deux de mes srcipt:

Alerte 1:
Le: 19/03/2008 à 19:17:43
Page Demandée:http://www.filter-international.com/webservice/aro/ipedido/a/ I
IP: 125.45.197.7FAI: hn.kd.ny.adsl
Utilisateur: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Alerte 2:
Le: 19/03/2008 à 19:07:50
Page Demandée:http://www.filter-international.com/webservice/aro/ipedido/a/
IP: 78.47.78.82FAI: static.82.78.47.78.clients.your-server.de
Utilisateur: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)


J'ai aussitôt fait un tracage de l'adresse ip renvoyé par mon script et donc voici ce qu'on me donne:

CODE
78.47.78.82 - DE - GERMANY

static.82.78.47.78.clients.your-server.de.

Le serveur whois.ripe.net à retourné l'information suivante :
% This is the RIPE Whois query server #1.
% The objects are in RPSL format.
%
% Rights restricted by copyright.
% See http://www.ripe.net/db/copyright.html

% Note: This output has been filtered.
% To receive output for a database update, use the "-B" flag.

% Information related to '78.47.78.80 - 78.47.78.87'

inetnum: 78.47.78.80 - 78.47.78.87
netname: RIVERLAND
descr: Riverland
country: DE
admin-c: NS2063-RIPE
tech-c: NS2063-RIPE
status: ASSIGNED PA
mnt-by: HOS-GUN
source: RIPE # Filtered

person: Norbert Schneider
address: Riverland
address: Nymphenburger Str. 147a
address: 80634 München
address: GERMANY
phone: +49 89255575588
fax-no: +49 89255575589
e-mail: daniel_AT_inovativa.de
nic-hdl: NS2063-RIPE
mnt-by: HOS-GUN
source: RIPE # Filtered

% Information related to '78.46.0.0/15AS24940'

route: 78.46.0.0/15
descr: HETZNER-RZ-NBG-BLK5
origin: AS24940
org: ORG-HOA1-RIPE
mnt-by: HOS-GUN
source: RIPE # Filtered

organisation: ORG-HOA1-RIPE
org-name: Hetzner Online AG
org-type: LIR
address: Hetzner Online AG
Attn. Martin Hetzner
Industriestr. 6
91710 Gunzenhausen
Germany
phone: +49 9831 610061
fax-no: +49 9831 610062
e-mail: info_AT_hetzner.de
admin-c: GM834-RIPE
admin-c: MH375-RIPE
admin-c: RB1502-RIPE
admin-c: SK2374-RIPE
admin-c: HOAC1-RIPE
mnt-ref: HOS-GUN
mnt-ref: RIPE-NCC-HM-MNT
mnt-by: RIPE-NCC-HM-MNT
source: RIPE # Filtered





Localisation géographique par IP - IP geographical localization

125.45.197.7 - CN - CHINA

hn.kd.ny.adsl.

Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-1]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 125.40.0.0 - 125.47.255.255
netname: CNCGROUP-HA
descr: CNCGROUP Henan province network
descr: China Network Communications Group Corporation
descr: No.156,Fu-Xing-Men-Nei Street,
descr: Beijing 100031
country: CN
admin-c: CH455-AP
tech-c: WW444-AP
mnt-by: APNIC-HM
mnt-lower: MAINT-CNCGROUP-HA
mnt-routes: MAINT-CNCGROUP-RR
status: ALLOCATED PORTABLE
remarks: -+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+
remarks: This object can only be updated by APNIC hostmasters.
remarks: To update this object, please contact APNIC
remarks: hostmasters and include your organisation's account
remarks: name in the subject line.
remarks: -+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+
changed: hm-changed_AT_apnic.net 20051011
changed: hm-changed_AT_apnic.net 20051020
source: APNIC

route: 125.40.0.0/13
descr: CNC Group CHINA169 Henan Province Network
country: CN
origin: AS4837
mnt-by: MAINT-CNCGROUP-RR
changed: abuse_AT_cnc-noc.net 20060118
source: APNIC

role: CNCGroup Hostmaster
e-mail: abuse_AT_cnc-noc.net
address: No.156,Fu-Xing-Men-Nei Street,
address: Beijing,100031,P.R.China
nic-hdl: CH455-AP
phone: +86-10-82993155
fax-no: +86-10-82993102
country: CN
admin-c: CH444-AP
tech-c: CH444-AP
changed: abuse_AT_cnc-noc.net 20041119
mnt-by: MAINT-CNCGROUP
source: APNIC

person: Wei Wang
nic-hdl: WW444-AP
e-mail: abuse_AT_public.zz.ha.cn
address: #37 Wei Wu Road, Zhengzhou, Henan Provice
phone: +86-371-65952358
fax-no: +86-371-65968952
country: CN
changed: wangw_AT_data.zz.ha.cn 20060205
mnt-by: MAINT-CNCGROUP-HA
source: APNIC

222.152.200.160 - NZ - NEW ZEALAND

222-152-200-160.jetstream.xtra.co.nz.

Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-2]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 222.152.128.0 - 222.152.223.255
netname: FIPD-XTRA-NZ
descr: Telecom Xtra
descr: DSL Dynamic Pools
country: NZ
admin-c: TNZ1-AP
tech-c: TNZ1-AP
notify: abuse_AT_xtra.co.nz
notify: nic_AT_netgate.net.nz
mnt-by: NZTELECOM
changed: dbk1_AT_netgate.net.nz 20041021
status: ALLOCATED NON-PORTABLE
source: APNIC

role: Telecom New ZealandIPRegistry
address: Telecom New Zealand IP Registry
address: 31 Airedale Street,
address: Auckland
country: NZ
phone: +64-9-363-5861
fax-no: +64-9-379-4790
e-mail: nic_AT_global-gateway.net.nz
trouble: abuse_AT_global-gateway.net.nz
admin-c: DBK1-AP
tech-c: BS3-AP
nic-hdl: TNZ1-AP
mnt-by: NZTELECOM
notify: nic_AT_global-gateway.net.nz
changed: dbk1_AT_ggi.net.nz 20031023
changed: dbk1_AT_ggi.net.nz 20041122
source: APNIC



Localisation géographique par IP - IP geographical localization

202.216.177.18 - JP - JAPAN

catv77018.tac-net.ne.jp.

Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-2]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 202.216.0.0 - 202.219.255.255
netname: JPNIC-NET-JP
descr: Japan Network Information Center
country: JP
admin-c: JNIC1-AP
tech-c: JNIC1-AP
remarks: JPNIC Allocation Block
remarks: Authoritative information regarding assignments and
remarks: allocations made from within this block can also be
remarks: queried at whois.nic.ad.jp. To obtain an English
remarks: output query whois -h whois.nic.ad.jp x.x.x.x/e
mnt-by: APNIC-HM
mnt-lower: MAINT-JPNIC
changed: apnic-ftp_AT_nic.ad.jp 19991115
status: ALLOCATED PORTABLE
source: APNIC

role: Japan Network Information Center
address: Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda
address: Chiyoda-ku, Tokyo 101-0047, Japan
country: JP
phone: +81-3-5297-2311
fax-no: +81-3-5297-2312
e-mail: hostmaster_AT_nic.ad.jp
admin-c: JI13-AP
tech-c: JE53-AP
nic-hdl: JNIC1-AP
mnt-by: MAINT-JPNIC
changed: hm-changed_AT_apnic.net 20041222
changed: hm-changed_AT_apnic.net 20050324
changed: ip-apnic_AT_nic.ad.jp 20051027
source: APNIC

inetnum: 202.216.176.0 - 202.216.191.255
netname: TAC-NET
descr: Tokoname New-TV Corporation
country: JP
admin-c: YF743JP
tech-c: YF743JP
remarks: This information has been partially mirrored by APNIC from
remarks: JPNIC. To obtain more specific information, please use the
remarks: JPNIC WHOIS Gateway at
remarks: http://www.nic.ad.jp...en-gateway.html or
remarks: whois.nic.ad.jp for WHOIS client. (The WHOIS client
remarks: defaults to Japanese output, use the /e switch for English
remarks: output)
changed: apnic-ftp_AT_nic.ad.jp 20030217
source: JPNIC


196.29.201.170 - MU -


Le serveur whois.arin.net à retourné l'information suivante :

OrgName: African Network Information Center
OrgID: AFRINIC
Address: 03B3 - 3rd Floor - Ebene Cyber Tower
Address: Cyber City
Address: Ebene
Address: Mauritius
City: Ebene
StateProv:
PostalCode: 0001
Country: MU

ReferralServer: whois://whois.afrinic.net

NetRange: 196.0.0.0 - 196.255.255.255
CIDR: 196.0.0.0/8
NetName: NET196
NetHandle: NET-196-0-0-0-0
Parent:
NetType: Allocated to AfriNIC
NameServer: NS1.AFRINIC.NET
NameServer: NS-SEC.RIPE.NET
NameServer: NS.LACNIC.NET
NameServer: TINNIE.ARIN.NET
NameServer: SEC1.APNIC.NET
NameServer: SEC3.APNIC.NET
Comment:
RegDate: 1993-05-01
Updated: 2006-04-27

OrgAbuseHandle: GENER11-ARIN
OrgAbuseName: Generic POC
OrgAbusePhone: +230 4666616
OrgAbuseEmail: abusepoc_AT_afrinic.net

OrgTechHandle: GENER11-ARIN
OrgTechName: Generic POC
OrgTechPhone: +230 4666616
OrgTechEmail: abusepoc_AT_afrinic.net

# ARIN WHOIS database, last updated 2008-03-18 19:10
# Enter ? for additional hints on searching ARIN's WHOIS database.


196.217.249.190 - MU -

adsl196-190-249-217-196.adsl196-16.iam.net.ma.

Le serveur whois.arin.net à retourné l'information suivante :

OrgName: African Network Information Center
OrgID: AFRINIC
Address: 03B3 - 3rd Floor - Ebene Cyber Tower
Address: Cyber City
Address: Ebene
Address: Mauritius
City: Ebene
StateProv:
PostalCode: 0001
Country: MU

ReferralServer: whois://whois.afrinic.net

NetRange: 196.0.0.0 - 196.255.255.255
CIDR: 196.0.0.0/8
NetName: NET196
NetHandle: NET-196-0-0-0-0
Parent:
NetType: Allocated to AfriNIC
NameServer: NS1.AFRINIC.NET
NameServer: NS-SEC.RIPE.NET
NameServer: NS.LACNIC.NET
NameServer: TINNIE.ARIN.NET
NameServer: SEC1.APNIC.NET
NameServer: SEC3.APNIC.NET
Comment:
RegDate: 1993-05-01
Updated: 2006-04-27

OrgAbuseHandle: GENER11-ARIN
OrgAbuseName: Generic POC
OrgAbusePhone: +230 4666616
OrgAbuseEmail: abusepoc_AT_afrinic.net

OrgTechHandle: GENER11-ARIN
OrgTechName: Generic POC
OrgTechPhone: +230 4666616
OrgTechEmail: abusepoc_AT_afrinic.net

# ARIN WHOIS database, last updated 2008-03-18 19:10
# Enter ? for additional hints on searching ARIN's WHOIS database.



218.106.254.83 - CN - CHINA


Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-2]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 218.106.240.0 - 218.106.255.255
netname: CNCGROUP-BJ
descr: CNCGROUP Beijing province network
country: CN
admin-c: CH455-AP
tech-c: SY21-AP
status: ASSIGNED NON-PORTABLE
changed: abuse_AT_china-netcom.com 20070716
mnt-by: MAINT-CNCGROUP
mnt-lower: MAINT-CNCGROUP-BJ
source: APNIC

route: 218.104.0.0/14
descr: CNC Group CncNet
country: CN
origin: AS9929
mnt-by: MAINT-CNCGROUP-RR
changed: abuse_AT_cnc-noc.net 20060329
source: APNIC

role: CNCGroup Hostmaster
e-mail: abuse_AT_cnc-noc.net
address: No.156,Fu-Xing-Men-Nei Street,
address: Beijing,100031,P.R.China
nic-hdl: CH455-AP
phone: +86-10-82993155
fax-no: +86-10-82993102
country: CN
admin-c: CH444-AP
tech-c: CH444-AP
changed: abuse_AT_cnc-noc.net 20041119
mnt-by: MAINT-CNCGROUP
source: APNIC

person: sun ying
address: fu xing men nei da jie 97, Xicheng District
address: Beijing 100800
country: CN
phone: +86-10-66030657
fax-no: +86-10-66078815
e-mail: suny_AT_publicf.bta.net.cn
nic-hdl: SY21-AP
mnt-by: MAINT-CNCGROUP-BJ
changed: suny_AT_publicf.bta.net.cn 19980824
changed: hm-changed_AT_apnic.net 20060717
source: APNIC

Localisation géographique par IP - IP geographical localization

221.13.66.161 - CN - CHINA


Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-1]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 221.13.64.0 - 221.13.95.255
netname: CNCGROUP-XZ
descr: CNC Group Xizang province network
descr: China Network Communications Group Corporation
descr: No.156,Fu-Xing-Men-Nei Street,
descr: Beijing 100031
country: CN
admin-c: CH455-AP
tech-c: CH455-AP
remarks: service provider
mnt-by: APNIC-HM
mnt-lower: MAINT-CNCGROUP-XZ
mnt-routes: MAINT-CNCGROUP-RR
status: ALLOCATED PORTABLE
changed: hm-changed_AT_apnic.net 20030528
changed: hm-changed_AT_apnic.net 20060124
source: APNIC

role: CNCGroup Hostmaster
e-mail: abuse_AT_cnc-noc.net
address: No.156,Fu-Xing-Men-Nei Street,
address: Beijing,100031,P.R.China
nic-hdl: CH455-AP
phone: +86-10-82993155
fax-no: +86-10-82993102
country: CN
admin-c: CH444-AP
tech-c: CH444-AP
changed: abuse_AT_cnc-noc.net 20041119
mnt-by: MAINT-CNCGROUP
source: APNIC

196.205.94.68 - ON -

host-196-205-94-68.static.link.com.eg.

Le serveur whois.ripe.net à retourné l'information suivante :
% This is the RIPE Whois query server #2.
% The objects are in RPSL format.
%
% Rights restricted by copyright.
% See http://www.ripe.net/db/copyright.html

% Note: This output has been filtered.
% To receive output for a database update, use the "-B" flag

% Information related to '196.205.0.0 - 196.205.255.255'

inetnum: 196.205.0.0 - 196.205.255.255
org: ORG-AFNC1-RIPE
netname: AFRINIC-NET-TRANSFERRED-20050223
descr: This network has been transferred to AFRINIC
remarks: These IP addresses are assigned in the AFRINIC region.
remarks: Authoritative registration information for this network
remarks: is available for query and modification in
remarks: the AFRINIC whois database: whois.afrinic.net or
remarks: web site: http://www.afrinic.net
remarks: The routing registry information (route(6) objects)
remarks: may be published in any Routing Registry, including
remarks: RIPE Whois Database
country: EU # country is really somewhere in African Region
admin-c: AFRI-RIPE
tech-c: AFRI-RIPE
status: ALLOCATED PA
mnt-by: RIPE-NCC-HM-MNT
mnt-routes: RIPE-NCC-RPSL-MNT
source: RIPE # Filtered

organisation: ORG-AFNC1-RIPE
org-name: African Internet Numbers Registry
org-type: RIR
address: see http://www.afrinic.net
e-mail: bitbucket_AT_ripe.net
admin-c: AFRI-RIPE
tech-c: AFRI-RIPE
remarks: For more information on AFRINIC assigned blocks, use
remarks: AFRINIC's whois database, whois.afrinic.net.
mnt-ref: RIPE-NCC-HM-MNT
mnt-by: RIPE-NCC-HM-MNT
source: RIPE # Filtered

role: The African Internet Numbers Registry
org: ORG-AFNC1-RIPE
address: AFRINIC, see http://www.afrinic.net
admin-c: AFRI-RIPE
tech-c: AFRI-RIPE
nic-hdl: AFRI-RIPE
e-mail: bitbucket_AT_ripe.net
remarks: For more information on AFRINIC assigned blocks, connect
remarks: to AFRINIC's whois database, whois.afrinic.net.
mnt-by: RIPE-NCC-HM-MNT
source: RIPE # Filtered

% Information related to '196.205.0.0/16AS24863'

route: 196.205.0.0/16
descr: LINKdotNET route
origin: AS24863
mnt-by: MAINT-LINK
source: RIPE # Filtered

% Information related to '196.205.92.0/22AS24863'

route: 196.205.92.0/22
descr: LINKdotNET route
origin: AS24863
mnt-by: MAINT-LINK
source: RIPE # Filtered

% Information related to '196.205.88.0/21AS24863'

route: 196.205.88.0/21
descr: LINKdotNET route
origin: AS24863
mnt-by: MAINT-LINK
source: RIPE # Filtered

% Information related to '196.205.0.0/17AS24863'

route: 196.205.0.0/17
descr: LINKdotNET route
origin: AS24863
mnt-by: MAINT-LINK
source: RIPE # Filtered


222.129.202.131 - CN - CHINA


Le serveur whois.apnic.net à retourné l'information suivante :
% [whois.apnic.net node-2]
% Whois data copyright terms http://www.apnic.net...bcopyright.html

inetnum: 222.128.0.0 - 222.131.255.255
netname: CNCGROUP-BJ
descr: CNCGROUP Beijing province network
descr: China Network Communications Group Corporation
descr: No.156,Fu-Xing-Men-Nei Street,
descr: Beijing 100031
country: CN
admin-c: CH455-AP
tech-c: SY21-AP
mnt-by: APNIC-HM
mnt-lower: MAINT-CNCGROUP-BJ
mnt-routes: MAINT-CNCGROUP-RR
changed: hm-changed_AT_apnic.net 20031119
status: ALLOCATED PORTABLE
changed: hm-changed_AT_apnic.net 20060124
source: APNIC

role: CNCGroup Hostmaster
e-mail: abuse_AT_cnc-noc.net
address: No.156,Fu-Xing-Men-Nei Street,
address: Beijing,100031,P.R.China
nic-hdl: CH455-AP
phone: +86-10-82993155
fax-no: +86-10-82993102
country: CN
admin-c: CH444-AP
tech-c: CH444-AP
changed: abuse_AT_cnc-noc.net 20041119
mnt-by: MAINT-CNCGROUP
source: APNIC

person: sun ying
address: fu xing men nei da jie 97, Xicheng District
address: Beijing 100800
country: CN
phone: +86-10-66030657
fax-no: +86-10-66078815
e-mail: suny_AT_publicf.bta.net.cn
nic-hdl: SY21-AP
mnt-by: MAINT-CNCGROUP-BJ
changed: suny_AT_publicf.bta.net.cn 19980824
changed: hm-changed_AT_apnic.net 20060717
source: APNIC



78.47.78.82 - DE - GERMANY

static.82.78.47.78.clients.your-server.de.

Le serveur whois.ripe.net à retourné l'information suivante :
% This is the RIPE Whois query server #3.
% The objects are in RPSL format.
%
% Rights restricted by copyright.
% See http://www.ripe.net/db/copyright.html

% Note: This output has been filtered.
% To receive output for a database update, use the "-B" flag.

% Information related to '78.47.78.80 - 78.47.78.87'

inetnum: 78.47.78.80 - 78.47.78.87
netname: RIVERLAND
descr: Riverland
country: DE
admin-c: NS2063-RIPE
tech-c: NS2063-RIPE
status: ASSIGNED PA
mnt-by: HOS-GUN
source: RIPE # Filtered

person: Norbert Schneider
address: Riverland
address: Nymphenburger Str. 147a
address: 80634 München
address: GERMANY
phone: +49 89255575588
fax-no: +49 89255575589
e-mail: daniel_AT_inovativa.de
nic-hdl: NS2063-RIPE
mnt-by: HOS-GUN
source: RIPE # Filtered

% Information related to '78.46.0.0/15AS24940'

route: 78.46.0.0/15
descr: HETZNER-RZ-NBG-BLK5
origin: AS24940
org: ORG-HOA1-RIPE
mnt-by: HOS-GUN
source: RIPE # Filtered

organisation: ORG-HOA1-RIPE
org-name: Hetzner Online AG
org-type: LIR
address: Hetzner Online AG
Attn. Martin Hetzner
Industriestr. 6
91710 Gunzenhausen
Germany
phone: +49 9831 610061
fax-no: +49 9831 610062
e-mail: info_AT_hetzner.de
admin-c: GM834-RIPE
admin-c: MH375-RIPE
admin-c: RB1502-RIPE
admin-c: SK2374-RIPE
admin-c: HOAC1-RIPE
mnt-ref: HOS-GUN
mnt-ref: RIPE-NCC-HM-MNT
mnt-by: RIPE-NCC-HM-MNT
source: RIPE # Filtered


Pour info la page demandé était (http://) www.filter-international.com/webservice/aro/ipedido/a/ ou se situe un script php.
Ce site a a mon avis lui aussi été hacké.

Voila peut etre quelqu'un pourrat en dire plus :?: :?:

**EDIT Administrateur (TheRec)** Merci d'utiliser la balise CODEBOX à la place de CODE pour présenter un code long.
0

#32 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 20 mars 2008 - 22:51

Après mes déboires, j'ai été aidé par différentes personnes que je remercie.

Je vous explique une erreur:

Voici le genre de choses classiques que j'avais dans mon site:
http://www.monsite.c...page.php?id=502

et plus loin un GET pour récupérer cette valeur de id,
puis un include comprenant cette valeur (entre autre).

Résultat: tout le monde peut remplacer 502 par http://www.site-pirate.com
C'est facile à tester!

Il faut donc ajouter un peu de code pour tester la validité de id avant l'include.
Le mieux est de n'autoriser que les valeurs existantes de id, mais on peut aussi filtrer et stopper si id n'est pas constitué de car alphanumériques.

Un htmlentities() ne suffit pas.

Bien sûr, c'est vexant d'être lâchement attaqué, mais c'est plus efficace de corriger son code que de faire des enquêtes pour essayer de découvrir qui est à l'origine des attaques.

Bonne chance et dites nous si ça marche!
0

#33 L'utilisateur est hors-ligne   Leonick 

  • Groupe : Hubmaster
  • Messages : 1 311
  • Inscrit(e) : 07-mars 05
  • Genre:Homme
  • Localisation:Val de Marne

Posté 20 mars 2008 - 23:17

le mieux étant d'interdire les http:// dans le request_uri avec RewriteRule http - [NC,F,L] dans le htaccess
0

#34 L'utilisateur est hors-ligne   yack45 

  • Groupe : Membre
  • Messages : 14
  • Inscrit(e) : 05-mars 08
  • Genre:Homme
  • Localisation:74100

Posté 21 mars 2008 - 15:29

Bonjour,
Comme je l'ai dit plus haut, j'ai été amené à désactiver des fonctions dans l'urgence. Maintenant, j'aimerais les réintroduire si elles sont ok, donc j'ai posé une question précise sur la sécurité des "post" ici:
http://www.webmaster-hub.com/index.php?sho...mp;#entry264546

Merci de me donner votre avis.
0

Partager ce sujet :


  • 2 Pages +
  • 1
  • 2
  • Vous ne pouvez pas commencer un sujet
  • Vous ne pouvez pas répondre à ce sujet

1 utilisateur(s) en train de lire ce sujet
0 membre(s), 1 invité(s), 0 utilisateur(s) anonyme(s)