SOAP: aa419 custom datatypes
From aa419
The resource WDSL describes two custom datatypes used by the aa419 Webservice Project.
complexTyle: fakebank
The fakebank datatype is a structure that describes an entry about a fake bank in our database. All the methods implemented by this interface return either a fakebank or an array thereof (see #banklist). The fakebank structure is as follows:
name | type | description |
---|---|---|
id | xsd:unsignedInt | This is the unique ID under which the bank is known in our database. It never changes (though it may be deleted). |
url | xsd:anyURI | This is the full URL where the bank is located. If the bank has a fake front page to fool random surfers and webspiders then this URL will point beyond that page. |
domain | xsd:string | This is the resolvable domain of the fake bank. It can be used directly fow whois/ip lookups. |
ipaddress | xsd:string | The IP address where the domain points to. If the host was unreachable during the last check then it will list 0.0.0.0 |
sitename | xsd:string | This is the name of the bank as specified on the site. Sometimes a bank is known under more then one name. In that case, this field will list all known names. |
webhost | xsd:string | The name of the webhosting company that hosts the fake bank (or used to host it, in case of a dead bank). |
xsd:string | The last known e-mail address of the scammer as listed in the whois record or on the website itself. | |
status | xsd:string | The last known status of the bank. This is can only been one of the following four: unknown, active, dead, flashmobbed. |
whois | xsd:string | A full copy of the whois record |
added | xsd:dateTime | The date/time the bank was added to the database |
updated | xsd:dateTime | The date/time the bank was last updated. |
trackback | xsd:anyURI | This is a direct link to the bak in our publicly accessible database on the aa419.org website. |
complexType: banklist
This datatype is a SOAP-ENC:Array of the fakebank datatype described above. It is used by methods that can return more than one entry at the same time.